home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / v cisle / sadanastroju / delicious_bookmarks-2.0.64-fx.xpi / chrome / deliciousBookmarks.jar / skin / options.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2008-06-19  |  1.3 KB  |  68 lines

  1. #BrowserPreferences radio[pane=paneBookmarks], radio[pane=paneBookmarks] {
  2.   list-style-image: url("chrome://ybookmarks/skin/mydelicious32x32.png") !important;
  3. }
  4.  
  5. radio[pane=paneBookmarks]:hover {
  6.   list-style-image: url("chrome://ybookmarks/skin/mydelicious32x32.png") !important;
  7. }
  8.  
  9. radio[pane=paneTabs][selected="true"] {
  10.   list-style-image: url("chrome://ybookmarks/skin/mydelicious32x32.png") !important;
  11. }
  12.  
  13. #paneBookmarks {
  14.   font: -moz-dialog;
  15. }
  16.  
  17. #paneBookmarks  description {
  18.   font: -moz-dialog;
  19. }
  20.  
  21. #paneBookmarks checkbox:focus > .checkbox-label-box {
  22.   border-top-color: transparent !important;
  23.   border-bottom-color: transparent !important;
  24.   border-right-color: transparent !important;
  25.   border-left-color: transparent !important;
  26. }
  27.  
  28. #ybPrefBookmarksTabBox {
  29.   margin: 0px 8px 20px 8px;
  30. }
  31. .checkbox-label {
  32.   padding-left: 10px;
  33. }
  34.  
  35. .link {
  36.   text-decoration: underline !important;
  37.   color: #0000ff;
  38.   cursor: pointer;
  39. }
  40.  
  41. .yb_options_content {
  42.   width: 500px;
  43. }
  44.  
  45. #yb_classic_options_content {
  46.   width: 500px;
  47. }
  48.  
  49. .options-caption {
  50.   font-weight: bold;
  51. }
  52.  
  53. .no-margin {
  54.   margin-left: 0px;
  55.   margin-right: 0px;
  56. }
  57.  
  58. .no-right-margin {
  59.   margin-right: 0px;
  60. }
  61.  
  62. spacer.line {
  63.   height: 0.7em;
  64. }
  65.  
  66. spacer.checkbox {
  67.     width: 2em;
  68. }